@charset "UTF-8";
.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
	}
.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
	
}

body {
	color: #000000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0;
	padding: 0;
	font-size: 16px;
	line-height: 1.5;
}
}
#container {
　　 width: 100%;
	margin: 0 auto;
	
}
.company {
	display: block;
	color: #000000;	
}
.company a {
	text-decoration: none;
	color: #000000;
}
.link {
	display: block;
	
}
.link a {
	color: #000000;
	text-decoration: none;
}
.contact {
	display: block;
	
}
.contact a {
	text-decoration: none;
	color: #000000;
}

a {
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
